The following documentation contains test scripts
and expected results for validating the CDISC Builder
tool. Do the following to verify proper
installation:
-
Perform each test by performing the steps specified
by the instructions.
- Evaluate the results of each step by comparing
them with results described in the Documentation
column.
| Script
|
Description
|
Documentation
|
|
comment1.sas |
Verify
for missing required fields including: data, comvar,
rdomain, studyid, usubjid. |
Instructions 1
comment1.log
|
|
comment2.sas |
Verify if dataset specified by data is valid. |
Instructions
2
comment2.log
|
|
comment3.sas |
Verify
that the specified variables for comvar, datevar usubjid
and idvar exist in dataset if specified. |
Instructions
3
comment3.log
|
|
comment4.sas |
Verify the creation of
the new output data of CO if no output is specified. |
Instructions
4
comment4.log
|
|
comment5.sas |
Verify that a dataset
is created by the name of the specified parameter OUTPUT. |
Instructions
5
comment5.log
|
|
comment6.sas |
Verify that the value
one comment variable is captured in newly created COVAL
field. |
Instructions
6
comment6.log
|
|
comment7.sas |
Verify that if the
macro is called multiple times from the same source data,
the output is updated and not appended. |
Instructions
7
comment7.log
|
|
comment8.sas |
Verify that when called
multiple times from different sources, the values are
inserted. |
Instructions
8
metax.sas7bdat
|
comment9a.sas
comment9b.sas |
Verify an example of a
character and numeric date fields and if the values are
captured in the CODTC. |
Instructions
9
|
|
comment10.sas |
Verify that the newly
created dataset has a label. |
Instructions
10
comment10.log
|
comment11a.sas
comment11b.sas |
Verify that if the
OUTPUT dataset already exists, a backup copy is made to
the SASUSER.CO before a new one is created. |
Instructions
11
comment11a.log
comment11b.lst
|
|
comment12.sas |
Verify that if multiple
comment variables are specified (space separated) then the
OUTPUT would include COVAL and then COVAL1, COVAL2, etc.. |
Instructions 12
|
|
comment13.sas |
Verify that the COSEQ
is incremented for each comment per subject. |
Instructions
13
|
|
comment14.sas |
Verify
that if there is a sas file has been created if
base code is specified. |
Instructions
14
|
|
comment_GUI.sas |
Verify
for missing required fields including: data, comvar,
rdomain, studyid, usubjid. |
Instructions 15
|
| None |
Verify the invalid of Source Data's path. |
Instructions 16
|
| None |
Verify the creation of
the new output data of CO if no output is specified. |
Instructions
17
|
| None |
Verify that a dataset
is created by the name of the specified parameter OUTPUT. |
Instructions
18
|
| None |
Verify that the value
one comment variable is captured in newly created COVAL
field. |
Instructions
19
|
| None |
Verify that if the
macro is called multiple times from the same source data,
the output is updated and not appended. |
Instructions
20
|
| None |
Verify that when called
multiple times from different sources, the values are
inserted. |
Instructions
21
|
| None |
Verify an example of a
character and numeric date fields and if the values are
captured in the CODTC. |
Instructions
22
|
| None |
Verify that the newly
created dataset has a label. |
Instructions
23
|
comment10a.sas
comment10b.sas |
Verify that if the
OUTPUT dataset already exists, a backup copy is made to
the SASUSER.CO before a new one is created. |
Instructions
24
|
| None |
Verify that the COSEQ
is incremented for each comment per subject. |
Instructions
25
|
| None |
Test
save code function in CDISC Comment GUI |
Instructions
26
|
| None |
Verify
that if multiple comment variables are specified then
the OUTPUT would include COVAL and then COVAL1, COVAL2,
etc.. |
Instructions
27
|
| None |
Test
inputting Source Data in manual. |
Instructions
28
|
| None |
Verify
default Source data's path. |
Instructions
29
|
| None |
Verify
if the application brought back to the path of last
time.
|
Instructions
30
|
| None |
Test
the condition if the stored path has been removed. |
Instructions
31
|
| None |
Test
base code function in CDISC Comment GUI |
Instructions
32
|
Instructions 1 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm".
-
Right
mouse click on the comment1.sas program and select
"Batch Submit".
-
Verify
that it generates the file:comment1.log.
-
Open
the comment1.log.
-
Verify
that there will be six error messages.
ERROR: [comment] is missing required parameter DATA.
ERROR: [comment] is missing required parameter comvar.
ERROR: [comment] is missing required parameter RDOMAIN.
ERROR: [comment] is missing required parameter STUDYID.
ERROR: [comment] is missing required parameter USUBJID.
Instructions
2 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm".
-
Right
mouse click on the comment2.sas program and select
"Batch Submit".
-
Verify
that it generates the file:comment2.log.
-
Open
the comment2.log.
-
Verify
that there will be an error message.
ERROR: [comment] specified data mylib.metax does not exist.
Instructions
3 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm".
-
Right
mouse click on the comment3.sas program and select
"Batch Submit".
-
Verify
that it generates the file:comment3.log.
-
Open
the comment3.log.
-
Verify
that there will be four error messages.
ERROR: [comment] COM variable does not exist in the source dataset.
ERROR: [comment] has an invalid DATEVAR variable: date specified.
ERROR: [comment] has an invalid USUBJID specified.
ERROR: [comment] has an invalid IDVAR specified.
Instructions
4 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm".
-
Right
mouse click on the comment4.sas program and select
"Batch Submit".
-
Verify
that it generates the file:comment4.log.
-
Verify
that co.sas7bdat file will be created.
Instructions
5 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm".
-
Right
mouse click on the comment5.sas program and select
"Batch Submit".
-
Verify
that it generates the file:comment5.log.
-
Verify
that metax.sas7bdat file will be created. program.
Instructions
6 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm".
-
Open
ae.sas7bdat file.
-
Navigate
to 'COMMENT' variable and verify there is a 'NUTRITIONAL SUPPORT'
in 22th row.
-
Right
mouse click on the comment6.sas program and select
"Batch Submit".
-
Verify
that it generates the file:comment6.log.
-
Verify
that metax.sas7bdat file will be created.
-
Open
metax.sas7bdat file in
directory which contains the comment6.sas.
-
Navigate
to 'COVAL' variable and verify there is a 'NUTRITIONAL SUPPORT'
in first row.
Instructions
7 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm"
-
Open
ae.sas7bdat file.
-
Verify
there are 327 rows in ae.sas7bdat.
-
Delete
metax.sas7bdat file if it's existed..
-
Right
mouse click on the comment7.sas program and select
"Batch Submit".
-
Verify
that it generates the file:comment7.log.
-
Open
the comment7.log and verify there are 3 times call macro
with same source data.
-
Verify
that metax.sas7bdat file will be created.
-
Open
metax.sas7bdat and verify there are 327 rows in
metax.sas7bdat.
Instructions
8 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm".
-
Open
ae.sas7bdat file.
-
Verify
there are 327 rows in ae.sas7bdat.
-
Delete
metax.sas7bdat file if it's existed.
-
Right
mouse click on the comment8.sas program and select
"Batch Submit".
-
Verify
that it generates the file:comment8.log.
-
Open
the comment8.log and verify there are 2 times call macro
with difference source data.
-
Verify
that metax.sas7bdat file will be created.
-
Open
metax.sas7bdat and verify there are 654 rows in
metax.sas7bdat.
Instructions
9 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm".
-
Open
ae.sas7bdat and verify type of RSLVDT1
is numeric and type of RSLVDT2 is character.
-
Right
mouse click on the comment9a.sas program and select
"Batch Submit".
-
Verify
that it generates the file:comment9a.log.
-
Verify
that metax.sas7bdat file will be created.
-
Open
metax.sas7bdat and verify there are values in 'CODTC'
variable.
-
Navigate
to the validation sub-directory named "saspgm".
-
Right
mouse click on the comment9b.sas program and select
"Batch Submit".
-
Open
metax.sas7bdat and verify there are values in 'CODTC'
variable.
Instructions
10 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm".
-
Right
mouse click on the comment10.sas program and select
"Batch Submit".
-
Verify
that it generates the file:comment10.log.
-
Open
the comment10.log.
-
Verify
that there will be a note messages.
NOTE: [comment] has updated the existing output data:
mylib.metax (label="Comments")
Instructions
11 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm".
-
Right
mouse click on the comment11a.sas program and select
"Batch Submit".
-
Verify
that it generates the file:comment11a.log.
-
Open
the comment11a.log.
-
Verify
that there will be an error messages.
ERROR: File SASUSER.CO.DATA does not exist.
-
Right
mouse click on the comment11b.sas program and select
"Batch Submit".
-
Verify
that it generates the file:comment11b.log.
-
Verify
that 'comment11b.lst' will be created.
Instructions
12 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm".
-
Delete
metax.sas7bdat if it does exist.
-
Right
mouse click on the comment12.sas program and select
"Batch Submit".
-
Verify
that it generates the file:comment12.log.
-
Verify
that metax.sas7bdat file will be created.
-
Open
metax.sas7bdat and verify there are 3 variables coval,
coval1 and coval2.
Instructions
13 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm".
-
Delete
metax.sas7bdat if it does exist.
-
Right
mouse click on the comment13.sas program and select
"Batch Submit".
-
Verify
that it generates the file:comment13.log.
-
Verify
that metax.sas7bdat file will be created.
-
Open
metax.sas7bdat.
-
Navigate
to 'coseq' variable and verify COSEQ
is incremented for each comment per subject.
Instructions
14 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm".
-
Delete
metax.sas7bdat if it does exist.
-
Right
mouse click on the comment14.sas program and select
"Batch Submit".
-
Verify
that it generates the file:comment14.log.
-
Verify
that metax.sas7bdat file will be created.
-
Verify
that basecode.sas file will be created in C:\Temp.
-
Rename
metax.sas7bdat to metax1.sas7bat.
-
Navigate
to C:\Temp.
-
Right
mouse click on the basecode.sas program and select
"Batch Submit".
-
Verify
that metax.sas7bdat file will be created the validation sub-directory named "saspgm"..
-
Compare
metax1.sas7bdat and metax.sas7bdat to verify there is no
differ from them.
Instructions
15 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm".
-
Right
mouse click on the comment_GUI.sas program and select
"Batch Submit".
-
Verify
that the 'CDISC - Comments' screen will be displayed.
-
Clear
text in Source Data text field and hit 'Enter'.
-
Verify
that there will be a Warning message as follow.
WARNING: The Field (Source Data) contains a missing
value.
-
Click
on 'Ok' button or press Alt + O.
-
Verify
that there will be a Warning m`essage as follow.
WARNING: The Field (Source Data) contains a missing
value.
-
Click
on '...' button to open a select path dialog.
-
Browse
to saspgm folder that contains metadatagui.sas then click
on 'Ok' button.
-
Choose
'AE' in datasets listbox.
-
Click
on 'OK' button or press Alt + O
-
Verify
that there will be a Warning message as follow.
WARNING: The field (Related rdomain) contains a missing
value.
-
Choose
Related Domain ='Comments - CO' by dropping down combo
box.
-
Click
on 'Ok' button or press Alt + O.
-
Verify
that there will be a Warning message as follow.
WARNING: The field (Study Identifier) contains a missing
value.
-
Type
'12345' in Study Identifier text field.
-
Click
on 'Ok' button or press Alt + O.
-
Verify
that there will be a Warning message as follow.
WARNING: The field (Comment Variable) contains a missing
value.
-
Choose
Comment Variable='protocol' by clicking on comment
variables list box.
-
Click
on 'Ok' button or press Alt + O.
-
Verify
that there will be a Warning message as follow.
WARNING: The field (Unique Subject ID Variable) contains a
missing value.
-
Click
on 'Ok' button.
-
Click
on 'Cancel' button or press Alt + C.
Instructions
16 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm".
-
Right
mouse click on the comment_GUI.sas program and select
"Batch Submit".
-
Verify
that the 'CDISC - Comments' screen will be displayed.
-
Type
'C:\notexist' Source Data text field and hit 'Enter'.
-
Verify
that there will be a Warning message as
follow.
WARNING: The field (Source Data) contains unexisting
directory.
-
Click
on 'Ok' button.
-
Click
on 'Cancel' button or press Alt + C.
Instructions
17 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm".
-
Right
mouse click on the comment_GUI.sas program and select
"Batch Submit".
-
Verify
that the 'CDISC - Comments' screen will be displayed.
-
Click
on '...' button to open a select path dialog.
-
Browse
to saspgm folder that contains metadatagui.sas then click
on 'Ok' button.
-
Choose
'AE' in datasets listbox.
-
Choose
Related Domain ='Comments - CO' by dropping down combo
box.
-
Type
'12345' in Study Identifier text field.
-
Choose
Comment Variable='protocol' by clicking on list box.
-
Choose
Date Variable='rslvdt2' by dropping down combo box.
-
Choose
Unique Subject ID Variable ='ptid' by dropping down combo
box.
-
Leave
the Output dataset is blanked.
-
Click
on 'Ok' button or press Alt + O.
-
Verify
that there will be a Note message as
follow.
NOTE: The new TMP1.Co data has been created.
-
Click
on 'Ok' button.
-
Click
on 'Cancel' button or press Alt + C.
-
Verify
that there will be a 'Co.sas7bdat' has been created in the
validation sub-directory named "saspgm"
Instructions 18 The following
instructions are accomplished through Windows Explorer.
-
Follow
from step 1 to 11 of instructions 17.
-
Type
'metax' in data name text field of Output.
-
Click
on 'Ok' button or press Alt + O.
-
Verify
that there will be a Note message as
follow.
NOTE: The new TMP1.metax data has been created.
-
Click
on 'Ok' button.
-
Click
on 'Cancel' button or press Alt + C.
-
Verify
that there will be a 'metax.sas7bdat' has been created in
the validation sub-directory named "saspgm".
Instructions
19 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm".
-
Delete
'metax.sas7bdat' if it does exist.
-
Open 'ae.sas7bdat' file and note values of
'protocol' variable.
-
Follow
from step 1 to 11 of instructions 17.
-
Type
'metax' in data name text field of Output.
-
Click
on 'Ok' button.
-
Verify
that there will be a 'metax.sas7bdat' has been created.
-
Navigate
to the validation sub-directory named "saspgm".
-
Open
'metax.sas7bdat' and verify values of 'coval' variable are
same values of 'protocol' in 'ae.sas7bdat'.
Instructions
20 The following
instructions are accomplished through Windows Explorer.
-
After done instructions
19, ensure there is
a 'metax.sas7bdat' in the validation sub-directory named "saspgm".
-
Open
'metax.sas7bdat' and verify there are 327 rows.
-
Follow
from step 1 to 11 of instructions 17.
-
Type
'metax' in data name text field of Output.
-
Click
on 'Ok' button.
-
Verify
that 'metax.sas7bdat' has been updated.
-
Open
'metax.sas7bdat' and verify there are 327 rows.
Instructions
21 The following
instructions are accomplished through Windows Explorer.
-
Open 'metax.sas7bdat' in the validation sub-directory named "saspgm"
and verify there are 327 rows.
-
Navigate
to the validation sub-directory named "saspgm".
-
Right
mouse click on the comment_GUI.sas program and select
"Batch Submit".
-
Verify
that the 'CDISC - Comments' screen will be displayed.
-
Click
on '...' button to open a select path dialog.
-
Browse
to saspgm folder that contains metadatagui.sas then click
on 'Ok' button.
-
Choose
'AE2' in datasets listbox.
-
Choose
Related Domain ='Comments - CO' by dropping down combo
box.
-
Type
'12345' in Study Identifier text field.
-
Choose
Comment Variable='protocol' by clicking on list box.
-
Choose
Date Variable='rslvdt2' by dropping down combo box.
-
Choose
Unique Subject ID Variable ='ptid' by dropping down combo
box.
-
Type
'metax' in data name text field of Output.
-
Click
on 'Ok' button or press Alt + O.
-
Verify
that there will be a Note message as
follow.
NOTE: Comdata.metax data has been updated.
-
Open
'metax.sas7bdat' and verify there are 654 rows.
Instructions
22 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm".
-
Right
mouse click on the comment_GUI.sas program and select
"Batch Submit".
-
Verify
that the 'CDISC - Comments' screen will be displayed.
-
Click
on '...' button to open a select path dialog.
-
Browse
to saspgm folder that contains metadatagui.sas then click
on 'Ok' button.
-
Choose
'AE' in datasets listbox.
-
Choose
Related Domain ='Comments - CO' by dropping down combo
box.
-
Type
'12345' in Study Identifier text field.
-
Choose
Comment Variable='protocol' by clicking on list box.
-
Choose
Date Variable='rslvdt1' by dropping down combo box.
-
Choose
Unique Subject ID Variable ='ptid' by dropping down combo
box.
-
Type
'metax' in data name text field of Output.
-
Click
on 'Ok' button.
-
Verify
that there will be a Note message as
follow.
NOTE: Comdata.metax data has been updated.
-
Click
on 'Ok' button.
-
Choose
Date Variable='rslvdt2' by dropping down combo box.
-
Click
on 'Ok' button.
-
Verify
that there will be a Note message as
follow.
NOTE: Comdata.metax data has been updated.
-
Click
on 'Ok' button.
Instructions
23 The following
instructions are accomplished through Windows Explorer.
-
Follow
from step 1 to 11 of instructions 17.
-
Type
'metax' in data name text field of Output.
-
Click
on 'Ok' button or press Alt + O.
-
Verify
that there will be a Note message.
-
Click
'Ok' button.
-
Click
'Cancel' button or press Alt + C.
-
Verify
that it generates the file:comment_gui.log.
-
Open
the comment_gui.log.
-
Verify
that there will be a note messages as follow.
NOTE: [comment] has created the new output data: Comdata.metax (label="Comments")
-
Click
'Ok' button.
-
Click
'Cancel' button or press Alt+ C.
Instructions
24 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm".
-
Right
mouse click on the comment10a.sas program and select
"Batch Submit" to delete 'sasuser.co' if it does
exist.
-
Ensure
there is 'metax.sas7bdat' in the validation sub-directory named "saspgm".
-
Follow
from step 1 to 11 of instructions 17.
-
Type
'metax' in data name text field of Output.
-
Click
on 'Ok' button or press Alt + O.
-
Verify
that there will be a Note message.
-
Click
'Ok' button.
-
Right
mouse click on the comment10b.sas program and select
"Batch Submit".
-
Verify
that there will be a comment10b.lst has been created.
Instructions
25 The following
instructions are accomplished through Windows Explorer.
-
Follow
from step 1 to 11 of instructions 17.
-
Type
'metax' in data name text field of Output.
-
Click
on 'Ok' button or press Alt + O.
-
Verify
that there will be a Note message.
-
Click
'Ok' button.
-
Click
'Cancel' button or press Alt + C.
-
Open
'metax.sas7bdat' and verify that the COSEQ
is incremented for each comment per subject.
Instructions
26 The following
instructions are accomplished through Windows Explorer.
-
Follow
from step 1 to 11 of instructions 17.
-
Type
'metax' in data name text field of Output.
-
Click
on 'Save Code' button or press Alt + S.
-
Leave
the file name text field is blanked.
-
Click
on 'Ok' button or press Alt + O.
-
Verify
that there will be a Warning messages as follow.
WARNING: The field(Filename) contains a missing value.
-
Click
on 'Ok' button.
-
Type
'metax' in file name text field.
-
Click
on 'Ok' button or press + O.
-
Verify
that the screen displays code and there will be a 'metax.sas'
has been created.
Instructions
27 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm".
-
Right
mouse click on the comment_GUI.sas program and select
"Batch Submit".
-
Verify
that the 'CDISC - Comments' screen will be displayed.
-
Click
on '...' button to open a select path dialog.
-
Browse
to saspgm folder that contains metadatagui.sas then click
on 'Ok' button.
-
Choose
'AE' in datasets listbox.
-
Choose
Related Domain ='Comments - CO' by dropping down combo
box.
-
Type
'12345' in Study Identifier text field.
-
Choose
all Comment Variables by clicking on 'Select All' button.
-
Choose
Date Variable='rslvdt2' by dropping down combo box.
-
Choose
Unique Subject ID Variable ='ptid' by dropping down combo
box.
-
Type
'metax' in data name text field of Output.
-
Click
on 'Ok' button or press Alt + O.
-
Verify
that there will be a Note message.
-
Click
'Ok' button.
-
Click
'Cancel' button or press Alt + C.
-
Open
'metax.sas7bdat' and verify that there are 31 columns such
as : coval, coval1, coval2,....coval30.
Instructions
28 The following
instructions are accomplished through Windows Explorer.
-
Create a 'Temp' folder in C:\.
-
Copy ae.sas7bdat from saspgm folder to
C:\temp.
-
Navigate
to the validation sub-directory named "saspgm".
-
Right
mouse click on the comment_GUI.sas program and select
"Batch Submit".
-
Verify
that the 'CDISC - Comments' screen will be displayed.
-
Clear
text in Source Data text field then hit 'Enter'.
-
Verify
that there will be a Warning message as
follow.
WARNING: The field(Source Data) contains a missing value.
-
Click
on 'Ok' button.
-
Type
'C:\notexist' in Source Data text field then hit
'Enter'.
-
Verify
that there will be a Warning message as
follow.
WARNING: The field ( Source Data) contains unexisting
directory.
-
Click
on 'Ok' button.
-
Type
'C:\Temp' in Source Data text field then hit 'Enter'.
-
After
hiting enter, there is AE dataset in datasets list box.
-
Identification Variable list,Date Variable,
Comment Variable and Unique Subject ID Variable list
capture all variables of AE dataset.
-
The
library of Output select 'Comdata' value and verify that
it is similar to the library in Source Data.
-
Click
Cancel button or press Alt + C to end the program.
-
Open
comment_gui.log to ensure there is no error message
generated.
Instructions
29 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm".
-
Right
mouse click on the deleteSavecomment.sas program and select
"Batch Submit"
-
Right
mouse click on the comment_GUI.sas program and select
"Batch Submit".
-
Verify
that the 'CDISC - Comments' screen will be displayed.
-
Verify
that the Source Data's path is the path of 'saspgm'.
Instructions
30 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm".
-
Right
mouse click on the comment_GUI.sas program and select
"Batch Submit".
-
Verify
that the 'CDISC - Comments' screen will be displayed.
-
Click
on '...' button to open a select path dialog.
-
Browse
to 'C:\Temp' then click on 'Ok' button.
-
Click
on 'Cancel' button or press Alt + C.
-
Right
mouse click on the comment_GUI.sas program and select
"Batch Submit" again.
-
Verify
that Source data's path is : 'C:\Temp'.
Instructions
31 The following
instructions are accomplished through Windows Explorer.
-
Navigate
to the validation sub-directory named "saspgm".
-
Right
mouse click on the comment_GUI.sas program and select
"Batch Submit".
-
Verify
that the 'CDISC - Comments' screen will be displayed.
-
Click
on '...' button to open a select path dialog.
-
Browse
to 'C:\Temp' then click on 'Ok' button.
-
Click
on 'Cancel' button or press Alt + C.
-
Delete
'C:\Temp'.
-
Right
mouse click on the comment_GUI.sas program and select
"Batch Submit" again.
-
Verify
that Source data's path is the path of 'saspgm'.
Instructions
32 The following
instructions are accomplished through Windows Explorer.
-
Follow
from step 1 to 11 of instructions 17.
-
Type
'metax' in data name text field of Output.
-
Type 'unknow' in base code text field.
-
Click on 'Ok' button or press Alt + O.
-
Verify
that there will be a Warning message as
follow.
WARNING: The field (Base Code) contains an invalid sas
file name.
-
Click
on 'Ok' button.
-
Choose
path of base code file 'basecode = C:\Temp' by
clicking '...' button.
-
Click
on 'Ok' button or press Alt + O.
-
Verify
that there will be a Warning message as
follow.
WARNING: The field (Base Code) contains an invalid sas
file name.
-
Click
'Ok' button.
-
Type
'basecode.sas' the name of sas file in base code text
field after choose path of base code file.
-
Click
'Ok' button or press Alt + O.
-
Verify
that there will be a note message as
follow.
NOTE: Comdata.metax data has been updated.
-
Verify
that there will be a basecode.sas has been created in C:\Temp.
-
Navigate
to the validation sub-directory named "saspgm".
-
Change
name metax.sas7bdat to metax1.sas7bdat.
-
Navigate
to 'C:\Temp'.
-
Right
mouse click on the basecode.sas program and select
"Batch Submit"
-
Verify
that there will be a metax.sas7bdat has been created in
the validation sub-directory named "saspgm".
-
Compare metax1.sas7bdat and metax.sas7bdat
to verify there's no different from them.
For more information, please contact MXI
.
|